Description: If «Scroll List» is a member of item list of an active «Window», then the value of this attribute is that «Window»; otherwise it is NULL.
Description: «Scroll List» responds to clicks only if the value of this attribute is set to TRUE, and the value of the visible? attribute is set to TRUE.
Side effects: Setting causes «Scroll List» to be redrawn. When the value of this attribute is set to FALSE, the scroll bar is removed from «Scroll List».
Description: «Scroll List» is displayed in the owning «Window» if and only if the value of this attribute is TRUE, and the value of the active? attribute is set to TRUE.
Side effects: Setting causes «Scroll List» to be redrawn.
Description: The location of «Scroll List» is changed relative to the size of the owning «Window» if and only if the value of this attribute is TRUE.
Description: Name of method called when a click occurs on an item in the scrolling list. «Scroll List» responds to clicks only if the value of this attribute is a nonempty string. To determine whether a double-click has occurred, use the primitive is-double? on the <EventRecord of click>.
Method inputs: <owning «Window»>, «Scroll List», <integer: index of clicked element>, <EventRecord of click>
Description: The font in which «Scroll List» is drawn. See Mac Constants (geneva, and so on) in the ˙Info… dialog for some values, as well as chapter 7, “The Macintosh Toolbox.”
Side effects: Setting causes «Scroll List» to be redrawn.
Description: The style in which «Scroll List» is drawn. See Mac Constants (bold, and so on) in the ˙Info… dialog for some values, as well as chapter 7, “The Macintosh Toolbox.”
Side effects: Setting causes «Scroll List» to be redrawn.
Description: If TRUE, multiple selections are allowed when the user hods down the shift key and selects entries in the list. If FALSE, each new selection deselects the previous one.